home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 012 / clicker.arc / CLICKER.DOC < prev   
Text File  |  1986-11-07  |  995b  |  26 lines

  1.                CLICKER v1.00
  2.          (C) Copyright 1986 by Jim Melvin
  3.  
  4. This program causes the PC speaker to generate an audio response to key-
  5. board activity - i.e. a click. there are 10 different clicks available
  6. from 0 to 9. 0 being the highest pitched and 9 being the lowest. there
  7. is a table of frequency's and counts inside the program - debug can be
  8. used to modify this if you'd like. the table occupies 40 bytes (10 entries
  9. of 2 words each) at offset 240 inside the program. the first word is freq
  10. and the second word is duration of click.
  11.  
  12. The program hooks int 9 and generates a click whenever a key is depressed.
  13. It can only be loaded once per DOS session and will not allow a second
  14. load to occur.
  15.  
  16. Anyway, that's about all the info necessary to run it and modify it to you
  17. needs.
  18.  
  19. As always I retain my copyright on this code and release it into the public
  20. domain for free non-commercial distribution.
  21.  
  22.         Jim Mevlin
  23.         (404) 446-6644 (voice)
  24.         (404) 394-1756 (TJ's BBS)
  25.  
  26.